


.fix_div{
    position:fixed;
	top:200px;
	/*right:50%;
    margin-right:-645px;*/
    right:30px;
	z-index: 100;
}

.fix_div li{
    width:61px;
	height:61px;
	margin-bottom:4px;
	cursor:pointer;
    position: relative;
    background-color:#ffffff;
    border-radius: 30px;
    border:1px solid #cfcfcf;
}

.fix_div li:hover{
    /*opacity: 0.9;
    filter:Alpha(Opacity=90);*/

}

.fix_div li .txt{
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align:center;
    color: #ffffff;
    font-size: 14px;
}

.fix_div li a{
    width:100%;
	height:100%;
    display: block;
}

.fix_div .qq{
    background:#ffffff url(../images/img_32.png) no-repeat center center;
}

.fix_div .qq:hover{
    background:#08aee4 url(../images/img_32_white.png) no-repeat center center;
    border: 1px solid #08aee4;
}

.fix_div .wechat{
    background:#ffffff url(../images/img_31.png) no-repeat center center;
}
.fix_div .wechat:hover{
    background:#08aee4 url(../images/img_31_white.png) no-repeat center center;
    border: 1px solid #08aee4;
}


.fix_div .phone{
    background:#ffffff url(../images/img_30.png) no-repeat center center;
	position:relative;
}

.fix_div .phone:hover{
    background:#08aee4 url(../images/img_30_white.png) no-repeat center center;
	border: 1px solid #08aee4;
}
.fix_div .phone .txt{
	position: absolute;
	top: 0px;
	left: -203px;
	width: 196px;
	height: 61px;
	line-height: 61px;
	background:#08aee4;
	border-radius: 34px;
	font-size: 20px;
	font-weight: bold;
	color: #fffff;
	display:none;
}


.fix_div .weibo{
    background:url(../images/img_14.png) no-repeat center center;
    background-color:#0b8ed7;
}



.fix_div .address{
    background:url(../images/addr.png) no-repeat center 7px;
    background-color:#1c91d3;
}
.fix_div .address:hover{
    background-color:#303030;
}


.fix_div .message{
    background:#0075b9 url(../images/img_6.png) no-repeat center 14px;
}



.fix_div .top{
    background:#ffffff url(../images/img_33.png) no-repeat center center;
}
.fix_div .top:hover{
    background:#08aee4 url(../images/img_33_white.png) no-repeat center center;
    border: 1px solid #08aee4;
}

/*  二维码图片  */
/*.fix_div .big_img {
    position: absolute;
    top: -30px;
    left: -168px;
    width: 148px;
    height: 148px;
    border: 5px solid #32BAFA;
    border-radius: 5px;
    background-color: #ffffff;
    display: none;
}

.fix_div .big_img .er_img{
    width: 148px;
    height: 148px;
}

.fix_div .big_img .er_img img{
    width: 148px;
    height: 148px;
}

.fix_div .big_img .msg{
    text-align:center;
    line-height:20px;
	height:25px;
	font-size:16px;
}
*/


.fix_div .big_img {
    position: absolute;

    top: -63px;
    left: -190px;
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    border: 1px solid #cccccc;
    display: none;
}

.fix_div .big_img2{
    position: absolute;

    top: 80px;
    left: -190px;
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    border: 1px solid #cccccc;
    display: block;
}

.fix_div .big_img .msg,
.fix_div .big_img2 .msg{
    font-size: 14px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
	margin-top:4px;
	margin-bottom:5px;
}

.fix_div .big_img .er_img,
.fix_div .big_img2 .er_img{
    width: 148px;
    height: 148px;

}

.fix_div .big_img .er_img img,
.fix_div .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}



/*  定义 放置百度分享按钮的样式  */
/*
.fix_div .share{
	border:1px solid #bfc0c1;
}
.fix_div .share:hover{
	border:1px solid #007cf0;
}
*/


/*   自定义 百度分享按钮的样式  */
.fix_div .bdsharebuttonbox a.more{
    width:52px;
    height:53px;
	padding:0;
	margin:0;
    /*background:url(../images/img_25.png) #ffffff;*/
    background:url(../images/img_17.png) #24860d no-repeat -1px 0px;
}
